Skip to content
This repository was archived by the owner on Feb 23, 2018. It is now read-only.

Fill Exception message when maximum String literal length is exceeded #10

Merged
merged 1 commit into from
Feb 12, 2017
Merged

Fill Exception message when maximum String literal length is exceeded #10

merged 1 commit into from
Feb 12, 2017

Conversation

slandelle
Copy link
Contributor

Gatling compiles Scala classes on the fly with Zinc.
Be it a program bug or a user error, some Strings sometimes end up being longer than the maximum String length. It would be nice if we could get an Exception with the proper message.

I guess there's the same issue with maximum file size and maximum method size, will check.

@slandelle slandelle changed the title Fill Exception message when maximum String length is exceeded Fill Exception message when maximum String literal length is exceeded Oct 28, 2015
Gatling compiles Scala classes on the fly with Zinc.
Be it a program bug or a user error, some Strings sometimes end up being longer than the maximum String length. It would be nice if we could get an Exception with the proper message.

I guess there's the same issue with maximum file size and maximum method size, will check.
@slandelle
Copy link
Contributor Author

@lrytz Gentle ping. Anyone in here?

@lrytz
Copy link
Member

lrytz commented Feb 12, 2017

Hi, sorry about this delay.. In principle we try to keep the changes in this repo minimal compared to upstream ASM, but there are other changes we have that I should propose upstream, so another exception is fine.

@lrytz lrytz merged commit 787a147 into scala:master Feb 12, 2017
@lrytz
Copy link
Member

lrytz commented Feb 12, 2017

In order for this to get live we need to push a new release - this will happen anyway at some point, should we just wait for the next release?

@slandelle
Copy link
Contributor Author

Thanks for merging!
I'm in no hurry.

Should I do a similar PR against upstream ASM then?

@lrytz
Copy link
Member

lrytz commented Feb 12, 2017

If you have time, sure! They're not on GitHub, I'm not exactly sure what's their workflow - maybe it's best to ask on the mailing list.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants